home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 May / CHIP Mayıs 1997.iso / qtools / qlumpy / qlumpy.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-12  |  313 b   |  17 lines

  1. #include "cmdlib.h"
  2. #include "scriplib.h"
  3. #include "lbmlib.h"
  4. #include "wadlib.h"
  5.  
  6.  
  7. extern  byte    *byteimage, *lbmpalette;
  8. extern  int     byteimagewidth, byteimageheight;
  9.  
  10. #define SCRN(x,y)       (*(byteimage+(y)*byteimagewidth+x))
  11.  
  12. extern  byte    *lump_p;
  13. extern  byte    *lumpbuffer;
  14.  
  15. extern    char    lumpname[];
  16.  
  17.